home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 2
/
Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso
/
Aminet
/
game
/
role
/
ZorkMachine_1_15.LHA
/
config.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-03-23
|
348b
|
16 lines
/*
* @(#)config.h 2.24
*/
# define I_HIST_LEN 1024 /* len of input history */
typedef char ZWORD[2]; /* zmachine word */
#ifndef AMIGA
typedef unsigned short UWORD; /* 16 bit unsigned */
#ifndef OSK
typedef short WORD; /* 16 bit signed */
#endif
typedef unsigned char UBYTE; /* unsigned 8 bit */
#else
#include <exec/types.h>
#endif /* AMIGA */